projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5f4b80
)
dts: arm: socfpga: fix socfpga_de10_nano console
author
Simon Goldschmidt
<
[email protected]
>
Mon, 29 Apr 2019 18:32:27 +0000
(20:32 +0200)
committer
Marek Vasut
<
[email protected]
>
Mon, 29 Apr 2019 18:33:23 +0000
(20:33 +0200)
Booting this board failed as the initial console isn't found since
commit
c402e8170245
("dts: arm: socfpga: merge gen5 devicetrees from linux")
The uart0 devicetree entry was missing "clock-frequency = <
100000000
>:"
since that commit
Fixes: c402e8170245 ("dts: arm: socfpga: merge gen5 devicetrees from linux")
Reported-by: rafael mello <
[email protected]
>
Signed-off-by: Simon Goldschmidt <
[email protected]
>
arch/arm/dts/socfpga_cyclone5_de10_nano.dts
patch
|
blob
|
history
diff --git
a/arch/arm/dts/socfpga_cyclone5_de10_nano.dts
b/arch/arm/dts/socfpga_cyclone5_de10_nano.dts
index b620dd8dda560823c9a507d652c092844a9d2409..4be4083941d14e6879f002050f3a59ac7a2f5a37 100644
(file)
--- a/
arch/arm/dts/socfpga_cyclone5_de10_nano.dts
+++ b/
arch/arm/dts/socfpga_cyclone5_de10_nano.dts
@@
-77,6
+77,7
@@
};
&uart0 {
+ clock-frequency = <100000000>;
u-boot,dm-pre-reloc;
};